ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. mongodb 3
    Log in to post
    • All categories
    • scottalanmillerS

      MongoDB Storage Engine Error Detected MMapV1 and wiredTiger

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mmapv1 wiredtiger mongodb mongodb 3 database nosql
      3
      0 Votes
      3 Posts
      4k Views
      scottalanmillerS

      @jaredbusch said in MongoDB Storage Engine Error Detected MMapV1 and wiredTiger:

      @scottalanmiller okay, they totally fucked this up.

      Yeah, this is some weird stuff.

    • scottalanmillerS

      Installing MongoDB 3.2 on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ntg lab scale scale hc3 mongodb mongodb 3 mongodb 3.2 nosql centos linux server linux centos 7 rhel 7
      7
      5 Votes
      7 Posts
      5k Views
      JaredBuschJ

      @scottalanmiller said in Installing MongoDB 3.2 on CentOS 7:

      Just tested and deployed to CentOS 7.2 on Linode.

      This failed me, so I went to the mongo docs and the baseurl contains the variable $releasever.

      using that results in redhat//mongodb in the file, which is why I assume you hard coded that bit.

      Escaping the $ fixes it.

      cat > /etc/yum.repos.d/mongodb-org-3.2.repo <<EOF [mongodb-org-3.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc EOF
    • 1 / 1